Package com.getsensibill.captureflow.coordinator

Types

CaptureFlowCoordinator
Link copied to clipboard
class CaptureFlowCoordinator(flowOwner: AppCompatActivity) : DefaultLifecycleObserver
Coordinator class that can be used to launch the Receipt Capture flow.
CaptureFlowState
Link copied to clipboard
sealed class CaptureFlowState
Enum-like representing the state of an active capture flow
ComposeCaptureFlowCoordinator
Link copied to clipboard
class ComposeCaptureFlowCoordinator : SensibillKoinComponent
CaptureFlowCoordinator implementation to be used in Jetpack Compose UI.
PendingUploadItemData
Link copied to clipboard
data class PendingUploadItemData(localId: String, imageFile: File)
Type representing useful information about a document/receipt image that has been captured and is about to be uploaded.